*********************************************************************** * * * The catalogue * * * *********************************************************************** Software Porting And Archive Centre Catalogue Entire Archive Contents Kenneth Chan Colin Charlton Janet Little Richard Lloyd Department Of Computer Science University Of Liverpool P.O. Box 147 Liverpool L69 3BX Anonymous FTP address: ftp.csc.liv.ac.uk Wed 19 Aug 1992 Software Porting And Archive Centre Catalogue (Entire Archive Contents) INTRODUCTION The HP-UX Porting and Archive Centre at The University of Liverpool, UK, is a joint initiative by the Department of Computer Science at the University and Hewlett-Packard. The centre undertakes the porting of public domain software to run under HP-UX systems and acts as a repo- sitory for this software worldwide. All software archived at the cen- tre has been successfully compiled and tested for the HP 700 series; much of it will also run under the 300/400/800 series. The centre wel- comes donations of public domain software ported elsewhere. Organisation of the archive The archive can be accessed using anonymous FTP on the Internet net- work and is organised as a tree-structure of directories. Each direc- tory contains its own README file which provides any necessary infor- mation and a brief description of the directory contents. The follow- ing subdirectories are visible from the top level: hpux This holds the archived software and is itself organised into a number of subdirec- tories, most of which house a set of related packages. The set of source files which con- stitute a software package are stored in compressed form as a single file with a file- type of tar.Z. Each package includes a README.LUCS file, provided by the centre when the package was archived, which contains a brief description of the package. TroffDoc This directory holds up-to-date copies of all documents relating to the porting and archive centre, in troff format. (In order to facili- tate the printing of these documents you will need either AT&T troff or Gnu groff.) TextDoc This directory holds plain text versions of the documents held in TroffDoc. Also housed within the top level directory are the following files: ls-lR.Z Recursive directory listing of the hpux directory. Conventions A guide to the conventions used at Liverpool for compiling and archiving packages. About this catalogue This catalogue details the entire contents of the hpux directory on the date shown. The organisation of the catalogue reflects the sub- directory structure of the hpux directory; packages are listed Introduction as of Wed 19 Aug 1992 Page 2 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) alphabetically within subdirectory. The filename under which a given package is stored can be determined from the catalogue listing by catenating the package name, the version number and, as all files are stored in compressed form, the file type `tar.Z', i.e. -.tar.Z For example, the entry under `Sysadmin': expect 3.225 10 Jul 1992 737 < DESCRIPTION > has a filename of: expect-3.225.tar.Z under the subdirectory `/hpux/Sysadmin'. This catalogue is itself available from the archive; it is held in the subdirectories TroffDoc (in troff format) and TextDoc and is generated automatically each day using the README files associated with both the software packages and the directories. Documents available All documentation relating to the porting and archive centre is avail- able from the archive from both the TextDoc directory (containing plain text documents) and the Troff directory. The latter holds docu- ments in troff form; in order to facilitate the printing of these documents you will need either AT&T troff or Gnu groff. The documen- tation in TextDoc is suitable for users who do not have troff facili- ties. The list below details the current contents of these direc- tories; all documents are stored as compressed files and can be uncompressed using the command `uncompress'. As far as possible, all documents are generated automatically on a daily basis, ensuring that any documents obtained from the archive reflect its current state. FTP can be used to fetch any of these files. TroffDoc TextDoc Description AccessGuide.troff.Z AccessGuide.txt.Z Introductory guide to accessing and searching the archive. Catalogue.all.troff.Z Catalogue.all.txt.Z Description of entire archive con- tents. Catalogue.month.troff.Z Catalogue.month.txt.Z Description of software archived within the last calendar month. Queries: Any queries about the Porting and Archive Centre can be directed via e- mail to: ftp@csc.liv.ac.uk Introduction as of Wed 19 Aug 1992 Page 3 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | Editors | | | | | |_____________________________________________________________________ This directory holds public domain text and binary editors used for the viewing, editing and writing of files utilising most or all of the terminal screen and arrow keys for movement wherever possible. Package Version Archived Size (K)Description _______________________________________________________________________ aXe 2.11 13 Jul 1992 203 An X text editor with its own menu sys- tem, complete with search facilities, cut and paste, built-in help, easily modifiable font size and multiple window support. Requires the Widget Creation Library (Wcl) to be installed prior to compilation. emacs 18.58 30 Jul 1992 4055 GNU Emacs. The extensible, customisable, self-documenting text editor. epoch 4.0p2 30 Jul 1992 4400 Epoch, an X Windows version of GNU Emacs. This has several major enhance- ments including the following: Multiple X-Window support. Marked and attributed regions of text including support for proportional and variably-sized fonts. Asynchronous communication with other X clients (usually the window manager). Mouse-dragging with highlighting to sup- port mouse-based cut-and-paste. Access to raw X-Window objects. fm 2.02 9 Jun 1992 38 A curses-based hex file modifier/editor, permitting hex or ASCII modification of binary files. Displays 256-byte blocks at a time. Editors as of Wed 19 Aug 1992 Page 4 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | Gnu | | | | | |_____________________________________________________________________ This directory contains GNU software (with ports to HP-UX if neces- sary) usually obtained from the American FTP sites export.lcs.mit.edu and prep.ai.mit.edu. Packages of primary importance include gcc/g++ (for the Series 700 HP-UX machines), ghostscript (a GNU PostScript interpreter and previewer) and groff (a GNU version of troff). Package VersionArchived Size (K)Description _______________________________________________________________________ bulletin 06.92 24 Jul 1992 44 The June 1992 edition of the GNU Bul- letin, originally posted to the Usenet gnu.announce newsgroup. It deals with what GNU Project are currently work- ing on, what the present policies are and what is available from them via anonymous FTP or Post Office mail. flex 2.307 18 Aug 1992 257 A fast lexical analyser generator--the GNU version of lex. This is a tool for generating scanners, which are pro- grams which recognize lexical patterns in text. The final output of flex is a C program that is linked with a shared library to produce an executable. gcc 2.2 23 Jul 1992 6602 The GNU Project integrated ANSI C and C++ compilers. This distribution con- tains only the original source code (initially configured for HP Series 700). If you do not have "full" HP C compiler and have Series 700 machine, then you should get "gcc-built" instead, which has a ready-to-install set of binaries. Note that you will need to install the GNU g++ object library in order to use the C++ compiler. Gnu as of Wed 19 Aug 1992 Page 5 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ gcc-built2.2 21 Jul 1992 11485 The GNU Project integrated ANSI C and C++ Compilers. This distribution includes HP Series 700 binaries (built with +O3 optimisation) of GNU C as well as the complete source code. Thismeans that the compiler can be installed with just one command ("make install") without even requiring a C compiler to build it. Note that you will need to install the GNU g++ object library in order to use the C++ compiler. ghostview1.3 16 Jul 1992 168 PostScript previewer for X that is a front-end for the Ghostscript inter- preter (gs). Supports zooming, various orientations, different page sizes and the ability to jump to any page in the document. Requires gs 2.4 or later, which is also available in this direc- tory. gnuplot 3.2 18 Jun 1992 900 A command-driven interactive function plotting program. It supports both 2D and 3D plots, and can display the results on a variety of different terminals and printers. groffbin 1.04 31 Jul 1992 1989 The GNU document formatting system--the public domain version of AT&T's troff. This allows high quality documents, such as the Archive Centre Catalogue, to be produced from a source file of groff/troff commands embedded in the main text body. Various preprocessors can be applied to handle tables (gtbl), equations (geqn) and diagrams (gpic). This package unpacks directly into /usr/local/bin, /usr/local/man and /usr/local/lib/groff, because only the binaries, man pages and fonts are included. indent 1.2 25 Jun 1992 151 Indent changes the appearance of a C program by inserting or deleting white space, to make code easier to read. It can also be used to convert from one style of writing C to another. ispell 2.0 7 Jul 1992 235 Interactive Spelling checker--steps through a file, flagging words it doesn't recognise and suggesting possible alternatives. Gnu as of Wed 19 Aug 1992 Page 6 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ make 3.62 8 Jun 1992 399 GNU make utility to maintain groups of programs. Although HP-UX already has a "make" command, the GNU version under- stands a large set of rules and provides improved error messages. tar 1.10 18 Jun 1992 229 GNU version of tar, a tape file archiver. Although tar is supplied with HP-UX, gtar has more options and handles absolute paths as relative paths, however it cannot cope correctly with CDFs (context-dependent files). Gnu as of Wed 19 Aug 1992 Page 7 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | Languages | | | | | |_____________________________________________________________________ This directory holds public domain compilers, interpreters and trans- lators for various computer languages. The translators p2c and f2c can be used as substitute Pascal and Fortran compilers respectively because HP-UX systems are supplied with C as standard, but Pascal and Fortran are optional products. Package VersionArchived Size (K)Description _______________________________________________________________________ akcl 1.615 30 Jul 1992 891 Austin Kyoto Common Lisp (AKCL). This is an implementation of Common Lisp as described in the book "Common Lisp--The Language" by Guy Steele Jr., Digital Press. N.B. Building this package requires that you also have the sources for Kyoto Common Lisp (kcl), available at this site, but before getting kcl, you must complete and mail a license form (kcl_licence), also available at this site. f2c 1.00 23 Jun 1992 363 Fortran 77 to C (or C++) converter. A sophisticated language translator that can output the ANSI C or Kernighan & Ritchie C equivalent of a Fortran 77 program. An extra SECNDS intrinsic has been added for this port and a user-friendly translation script is also provided. Two run-time shared libraries are built and the C translation is compiled and linked with these libraries. kcl 1.00 23 Jul 1992 1247 This is the Kyoto Common Lisp (kcl) distribution of June 1987 provided here SOLELY for the purpose of building Austin Kyoto Common Lisp (AKCL), available as a separate package from this site. IMPORTANT. Although there is no fee, KCL is NOT in the public domain. You are authorised to obtain it only after signing and mailing a license agreement. The license agreement is available from this site in the package "kcl-licence". Languages as of Wed 19 Aug 1992 Page 8 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ kcl_licence1.00 23 Jul 1992 5 This contains the licence form for Kyoto Common Lisp (kcl). IMPORTANT. Although there is no fee, KCL is NOT in the public domain. You are authorized to obtain it only after signing and mailing in a license agreement. Before you ftp KCL files, you MUST fill out and send in the license agreement contained in the file "readme". Otherwise, you are not permitted to make copies of KCL. p2c 1.20 9 Jun 1992 557 Pascal to C translator that handles 5 dialects of Pascal (including both standard and extended HP Pascal) and Modula-2 too. Source has been modified to support HP Pascal argument passing ("import arg" module). pcl 4b.00 30 Jul 1992 381 Portable Common Loops (pcl). This is a partial implementation of the Common Loops Object Oriented System (CLOS). N.B. This package requires that you have Austin Kyoto Common Lisp (AKCL) installed. Languages as of Wed 19 Aug 1992 Page 9 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | Misc | | | | | |_____________________________________________________________________ This directory contains miscellaneous packages that do not easily fit into the other categories on the Archive. Package VersionArchived Size (K)Description _______________________________________________________________________ arc 5.21e 8 Jun 1992 106 Archive utility compatible with IBM PC and Atari ST Arc Supports multiple methods of compression to allow several files to be compressed and stored as a single archive file. btoa 5.2 18 Aug 1992 21 Btoa is a filter which reads binary data and generates an encoding using printable ASCII characters, suitable for sending binary files by mail. It can also reverse this process. debug_malloc1.0p1 25 Jun 1992 41 Debugging malloc library--a collection of routines to replace the malloc(3), memory(3), string(3) and bstring(3) library functions during program development and/or debugging. They provide a high level of consis- tency checking of the use of malloc pointers. This is from comp.sources.unix, volume 22, issues 112 & 113. j2 2.1 14 Aug 1992 45 This is a program to generate juggling patterns. It takes a list of parameters (number of objects, maximum height to throw, length of pattern) and it lists ALL the patterns with fit those con- straints. It also includes a program to generate control files for two common juggling animation programs. See 'jug' in this directory for one of them. jug 1.0 13 Aug 1992 85 A program to display juggling patterns, either on an X11 display, or on an ASCII terminal. It comes with a large selection of example patterns. Misc as of Wed 19 Aug 1992 Page 10 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ sox 5.beta 30 Jul 1992 84 Converts sound samples between various sound formats, possibly with additional effects (such as echo, or filters). Sox supports a number of common sound formats, including unzip 4.2 23 Jun 1992 272 List, test or extract from a ZIP archive file, a format most commonly used on MS-DOS systems. This version supports encryption (source code from outside the US) and file naming and contents translation. zoo 2.1 8 Jun 1992 250 Archiver compatible with micro (IBM PC, Atari ST, Amiga) version. Has the advantage over arc in that itcan handle pathnames as well, but otherwise performs a similar task to arc. Misc as of Wed 19 Aug 1992 Page 11 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | Networking | | | | | |_____________________________________________________________________ This directory holds programs which deal specifically with networking (usually Ethernet/Internet, but also Macintosh to UNIX interfacing too). Some packages require the installation of others in this direc- tory (e.g. idlookup is more useful if you have pidentd). Package VersionArchived Size (K)Description _______________________________________________________________________ AufsTools 1.00 7 Jul 1992 79 A suite of tools likely to be of use to users of the CAP aufs system, enabling Macintosh files to be manipulated on the Unix host. (See also CAP) Messages 2.2 7 Jul 1992 61 This is a suite of programs designed to allow the sending of short messages between Mac and UNIX users. It includes both the Unix and Mac side programs, and requires the CAP networking suite. Timelord 1.2 7 Jul 1992 32 Time server daemon to allow Mac clients to set their time using 'tardis' (v1.3 included). Enables all machines on a network to agree on the current time (see also XNTP suite). archie 1.3 23 Jun 1992 130 Archie is a client to query the archie databases which list the various files that are available using anonymous FTP from sites around the world. See also the 'xarchie' client under the X11 sub- directory. c-news 2.May 27 Jul 1992 798 This is the 2nd May 1992 'Performance Release' of C News. It provides the general infrastructure required for running a News service (also known as Net-News, UseNet, etc). In particular, it provides the processing and storage handling, together with some of the transport mechanisms. It does not include the user interface programs. See 'tin' and 'xrn' for two possible such. See also the NNTP package for another transport mechanism. Networking as of Wed 19 Aug 1992 Page 12 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ cap 6.0p100 7 Jul 1992 1313 Appletalk protocol library suite, ena- bling Unix systems to communicate with Macintoshes, using Ethernet/Appletalk bridge. This includes programs to allow the Macs to use a Unix fileserver as an Appleshare server, and either side to use printers attached to the other, plus other contributed software (some of which is available separately in this archive). This version has had patches 1 through to 100 applied. cmu-snmp 1.1b 24 Jun 1992 248 CMU SNMP system, which includes an SNMP/ASN.1 library, assorted client applications and supporting documenta- tion. In particular, it includes able real SNMP tool, modelled on the standard Unix netstat command. dig 2.0 23 Jun 1992 69 DNS (Domain Name Server) Internet Groper--a tool to query the DNS for host information. Also supports a flexible batch command mode as well as the more usual interactive mode. idlookup 1.0 24 Jun 1992 5 Idlookup can be used in conjunction with an Identification Server (such as pidentd) to identify the user of a par- ticular TCP connection. This uses the protocol defined in RFC931, which is currently being developed as an Internet Standard. libauth 4.0p2 26 Jun 1992 8 Remote authentication library, which provides a simple interface for finding the remote identity of a connection, querying an Identification Server such as 'pident'. mit-snmp 1.1 23 Jun 1992 180 MIT SNMP Development Kit--a group of tools designed for developing network management applications using the Simple Network Management Protocol. It includes a simple network management agent (snmpd) and a set of commands to communicate with such an agent. Networking as of Wed 19 Aug 1992 Page 13 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ mm 2.3a 26 Jun 1992 755 Metamail is a suite of programs imple- menting MIME (Multipurpose Internet Mail Extension) the emerging standard for multimedia mail on the Internet. These tools can be used enhance most common mailers to handle particular types of multimedia mail. nntp 1.5 28 Jul 1992 221 NNTP is a protocol to transfer UseNet News. This can be used either to transfer news between sites (a server system), or to read news at an end node (a client system). In either case, this just provides the transport mechanism, and extra software is required. See also C News (server software), tin and xrn (example client newsreaders). pidentd 1.9beta24 Jun 1992 38 Identification Server (a la RFC931)--- this determines the identity of the user of a particular TCP connection, using the 'Identification Server' protocol. This is in the process of being adopted as an Internet Standard, based on RFC931 ('Authentication Server') and the name change reflects the changed emphasis. pidentd 2.0beta 7 Aug 1992 55 Identification Server (a la RFC931)-- this determines the identity of the user of a particular TCP connection, using the 'Identification Server' protocol. This is in the process of being adopted as an Internet Standard, based on RFC931 ('Authentication Server') and the name change reflects the changed emphasis. rdist 1.00 9 Jun 1992 127 A remote file distribution program which maintains copies of files on multiple hosts. A file updated at one host is distributed to a specified set of hosts. Shell commands can be specified to run on the remote hosts to perform file installation tasks. A typical use for rdist would be to maintain system administrative files across a local network. tin 1.14 25 Jun 1992 291 A threaded Netnews reader, usually run via an NNTP connection. Allows users to read, post and mail Usenet news articles inside a curses environment. Requires either a local Usenet news database or access to an NNTP Usenet news server. Networking as of Wed 19 Aug 1992 Page 14 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ tin 1.15 14 Aug 1992 311 A threaded Netnews reader, usually run via an NNTP connection. Allows users to read, post and mail Usenet news articles inside a curses environment. Requires either a local Usenet news database or access to an NNTP Usenet news server. traceroute1.17 23 Jun 1992 94 Trace the route IP packets follow to reach a particular host. This package includes binaries and new kernel object files for Suns. These are not needed for running under HP-UX, and hpux- specific source code is also included. xntp+hp 1.30 26 Jun 1992 844 Network Time Protocol suite--a set of programs to maintain the time-of-day clock on a Unix machine inagreement with Internet standard time servers. It can also be used on an isolated network to ensure that all the machines agree on the same time. Networking as of Wed 19 Aug 1992 Page 15 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | Recreation | | | | | |_____________________________________________________________________ This directory contains graphics demos and games that are intended for recreational purposes. Most of them are them X11-based and several can utilise the local area network and allow multi-player games to be undertaken. Package VersionArchived Size (K)Description _______________________________________________________________________ RClock 1.00 27 Jul 1992 17 A version of the standard X clock widget and program, that runs anti- clockwise. You get used to it very quickly, but it really throws people that come into your office! The only problem is that you start reading 'normal' clocks wrongly. capture 1.00 28 Jul 1992 61 An implementation of the Capture The Flag game for X Windows, where two human players compete against each other on different X displays. Players take it turn to attack their opponent's pieces and there are special "bomb" squares which destroy any piece moved onto them. The winner is the player who manages to capture the opponent's flag (which may be anywhere on the grid). cbzone 1.00 28 Jul 1992 85 A version of the Battle Zone arcade game for X Windows. Takes overthe whole screen and uses 3-D monochrome vector graphics to depict enemy tanks and the landscape. Mouse control allows you to move and fire at the enemy and later stages include UFOs and missiles. The high score table is saved in a file. gnuchess 4.055 21 Jul 1992 262 A public domain (GNU) chess program which plays a strong game of chess, complete with a large opening book, thinking on opponent's time, a full list of the lookahead tree and scores for that tree, various time levels and a curses user interface. Comes with various utilities, including a program to print the board to a PostScript printer and another to interface to xboard, which is also available in this directory. Recreation as of Wed 19 Aug 1992 Page 16 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ gnuchess 4.056 11 Aug 1992 263 A public domain (GNU) chess program which plays a strong game of chess, complete with a large opening book, thinking on opponent's time, a full list of the lookahead tree and scores for that tree, various time levels and a curses user interface. Comes with various utilities, including a program to print the board to a PostScript printer and another to interface to xboard, which is also available in this directory. jetpack 1.00 28 Jul 1992 77 A multi-level single-player game for X Windows, where your player jets around a large maze looking for fuel pods, a key and an exit door.There are several types of enemy to avoid and a bonus is awarded for fast completionof the level. Supports both mouse and keyboard control and also keeps the high score table in a file. oneko 1.1b 16 Jul 1992 83 Animation demo where a cat looks star- tled, chases around the mouse cursor, licks its paws and then falls asleep. Fairly configurable, including a striped cat, a black cat or a very fast cat. reve 1.30 23 Jul 1992 285 An Othello (aka reversi) board game, complete with a curses interface or an X Windows interface. Plays a strong game and has a myriad of features including skill levels, move evaluation, hint option, show legal moves, a help window and the ability to load, save or print a game. xaster 1.00 22 Jul 1992 103 A faithful implementation of the arcade game Asteroids, in which your ship shoots down rocks and flying saucers to gain points. Takes over the whole screen and uses monochrome vector graphics for impressive update speeds. Saves the high score table between games and allows a one or two player game. Recreation as of Wed 19 Aug 1992 Page 17 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xblackjack1.3 23 Jul 1992 184 The game of blackjack for X Windows, complete with a Motif user interface. This obeys all the casino rules of blackjack (including splitting and insurance) and even has a computer auto-play mode. There is a comprehensive built-in help system and a full set of game statistics kept. xboard 2.021 21 Jul 1992 174 An X-Windows interface for gnuchess 4.0 or later. Provides three different sizes of chess board with a click-and- drag user interface to make moves. Two different chess programs can also play against each other with xboard as an arbitrator. Requires a copy of gnuchess (one is available from this directory) to work. xboard 2.022 11 Aug 1992 214 An X-Windows interface for gnuchess 4.0 or later. Provides three different sizes of chess board with a click-and-drag user interface to make moves. Two dif- ferent chess programs can also play against each other with xboard as an arbitrator. Requires a copy of gnuchess (one is available from this directory) to work. xdebt 1.00 24 Jul 1992 4 Shows, updated in real-time. the US National Debt in dollars and what "your share" of it is (i.e. the total debt divided by the population of the US) in a small X window. xdebt 1.01 17 Aug 1992 5 Shows, updated in real-time. the US National Debt in dollars in a small X window. This version allows you to display the per-capita debt or the current US population instead. xfishtank 1.00 9 Jul 1992 80 Displays an colour aquarium of swimming fish, complete with bubbles, in the background. Comes with utilities to convert Macintosh After Dark fish and OpenWindows 3.0 fish to this program's format, plus the ability to use any GIF for the fish animation. Recreation as of Wed 19 Aug 1992 Page 18 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xflip 1.00 9 Jul 1992 9 Contains two programs to amuse passersby--flip, which mirror-images your X display in either the vertical or horizontal axis and meltdown, which spectacularly crumbles away the graphics on your X display. Both commands have a-planes option to independently act on individual bit planes. xfractint 1.03 22 Jun 1992 817 A fractal generation program capable of displaying Mandelbrots and Julia sets in both 2D and 3D. Has an extensive set of options including a wide range of preset fractals. Originally written on an IBM PC and ported to UNIX. xfractint 1.04 13 Jul 1992 931 A fractal generation program capable of displaying Mandelbrots and Julia sets in both 2D and 3D. Has an extensive set of options including a wide range of preset fractals. Originally written on anIBM PC and ported to UNIX. xinvaders 1.3 21 Jul 1992 39 Space Invaders for X-Windows. Simple shooting game where you move a base and shoot at aliens who must not reach the bottom of the screen otherwise the game is over. There is a shelter to hide behind and a mothership to shoot for bonus points. xlife 3.0 30 Jul 1992 336 Conway's Game of Life for X Windows, although it is more a demonstration of mathematical rules than a game. Cells grow and die in a huge universe according simple neighbouring rules and xlife allows you to edit your own starting cells, adjust the zoom factor and speed and to scroll around the universe. xlife is supplied with a large number of starting patterns to produce some very interesting effects. xlock 2.3 9 Jul 1992 69 Locks the local X display until a password is entered. During the locking, one of several graphics demos can be shown, including fractal generation, fireworks or a swarm of lines. Best used in combination with xautolock as a screen saver replacement. Recreation as of Wed 19 Aug 1992 Page 19 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xmake5 1.1 29 Jul 1992 46 A 5-in-a-row board game with either a curses or X Windows interface, where you take it in turns to put down counters on a grid--the winner being the first to get 5 of their counters in a straight line in any direction. This implementation features multiple computer skill levels, an undo facility, a hint feature and plays a very strong game. Requires AT&T's C++ 2.1 or GNU's g++ to compile successfully. xmandel 2.00 16 Jul 1992 57 Mandelbrot and Julia set generator, complete with a Motif user interface, zoom facility, colour rotation and a GIF option. Not recommended for machines with slow floating-point performance for obvious reasons. xmris 1.01 22 Jul 1992 125 An X Windows implementation of theMr. Do video arcade game. This involves a gnome running around a garden picking up cherries and killing monsters by throwing a ball at them. Supports both keyboard or mouse controls, although the current version of xmris is monochrome. xmris 2.03 28 Jul 1992 132 An X Windows implementation of the Mr. Do video arcade game. This involves a gnome running around a garden picking up cherries and killing monsters by throwing a ball at them. This latest version supports keyboard control redefinition, a saved high score table and more intelligent monsters. xphoon 2.0 10 Jul 1992 101 Displays the current phase of the moon on the root window. Can be optionally run in the background to update the moon phase at set intervals. There is even calculation of the partial lighting of the dark side by reflected earthlight (although this feature can be turned off). Recreation as of Wed 19 Aug 1992 Page 20 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xpilot 1.2 24 Jul 1992 300 A multi-player X Windows implementa- tion of Thrust game, which involves a ship thrusting around a landscape shooting enemies and picking up fuel and bonus objects. There are computer- controlled enemy ships, so a one- player game is possible. New players can join in mid-game too. A colour display is recommended for this game (it does not work on monochrome displays). xpipeman 1.00 24 Jul 1992 54 An X Windows implementation of the Pipe Mania game, where you must join as many varied shapes of pipe sections section together to allow a fluid to flow for as long as possible. The game gets progressively harder thanks to obstacles on the game grid, faster flow and less time before the flow starts its journey. Thehigh scores are permanently saved in a file. xpool 1.1 27 Jul 1992 45 An X windows implementation of the pool game popular in bars and clubs. You control the cue's direction and strength and realistic ball collisions allow for a full game simulation. There is also a cheat mode. xroach 1.1 9 Jul 1992 20 Animates cockroaches on the root window of the X display. The cockroaches scuttle under windows and hide there until uncovered. There's even an option to kill them individually by clicking on them with the mouse! xscdemo 2.2 29 Jul 1992 19 A 3-D spinning cube demonstrationpro- gram for X Windows. Has 6 built-in demos and can move the cube either in its window or on the root window. Allows the size of the cube and the window to bepecified, as well as the speed. A fast machine is recommended for this demo. Recreation as of Wed 19 Aug 1992 Page 21 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xswarm 2.3 12 Aug 1992 35 An X windows animated wasp and bee swarm demo, where a group of bees swarm towards a single wasp (both are represented by straight lines), leading to interesting movement patterns. There are multitude of commmand-line options to control the demo, including use of the root window, mouse control of the wasp, the speed and acceleration con- stants and the background colour. xtartan 2.0 9 Jul 1992 44 Draw various tartans as window back- grounds. Comes complete with over 240 Scottish tartan patterns and with the ability to scale the tartans or display them on the root window. Very configurable via X resources. xtetris 2.4 29 Jul 1992 29 A block dropping game for X Windows, where you must stack various block shapes carefully to stop them reaching the top of the screen. If a whole row is full of blocks, the blocks above drop down one row. A high score table is saved in a file and both keyboard and mouse support are provided. xvier 1.0 24 Jul 1992 32 An X Windows implementation of the popular Connect 4 game, where you drop counters into a grid until it is full or one player gets 4 counters of their colour in a row in any direction. This has 10 skill levels (providing a tough computer opponent) and allows between 4 and 13 columns and rows to vary the gameplay. Recreation as of Wed 19 Aug 1992 Page 22 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) __________________________________________________________________ | | | | | Sysadmin | | | | | |__________________________________________________________________ This directory contains packages which have proved invaluable to HP-UX system administrators. The password cracker supplied is intended solely as a preventative system maintenance tool, and is freely avail- able elsewhere. PackageVersionArchived Size (K)Description _______________________________________________________________________ BIGdict1.00 10 Jul 1992 217 An extremely comprehensive and large dictionary to accompany the Crack password cracker. Includes all sorts of unusual key combinations. See also ULRdict (which is NOT the same as this dictionary). ULRdict1.00 10 Jul 1992 138 A plain text dictionary that should be used with the Crack password cracker. This will significantly increase both the likelihood of cracking a password and also the overall execution time of Crack. See also BIGdict for even more dictionary coverage. crack 4.1 10 Jul 1992 157 A highly sophisticated password cracker, which can run across multiple machines on a network. This is very CPU intensive, so is best suited to a cron job at lightly-loaded times. Manages about 3500 crypt calls per second on an HP 9000/720-- when this is combined with clever dis- tribution of processing power, the changes to a password file can be nor- mally processed in about 2 hours. Can use the BIGdict or ULRdict diction- aries if you obtain those too. expect 3.225 10 Jul 1992 737 Allows programmed dialogue with interactive programs using a scripting language. Can be used to automate tasks that require certain interactive responses. Comes complete with Tcl 6.2, an embeddable tool command language. Sysadmin as of Wed 19 Aug 1992 Page 23 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) PackageVersionArchived Size (K)Description _______________________________________________________________________ lsof 1.02 25 Jun 1992 41 List files, sockets, etc opened by processes, together with a large amount of related information. Can select by process ID, username or filename. Lsof is a complete redesign of the fstat/ofiles utilities. patch 2.0126 8 Jun 1992 83 Applies diffs (e.g. from "diff -c") to an original set of files to reproduce the new versions of the files. It can apply a fuzz factor if the line numbering does not exactly match. Original files that are modified are saved with a ".orig" extension. Patch is used as a way of supplying a new version of a program without having to redistribute the entire source code again. patch 2.0127 8 Jul 1992 85 Applies diffs (e.g. from "diff -c") to an original set of files to reproduce the new versions of the files. It can apply a fuzz factor if the line numbering does not exactly match. Original files that are modified are saved with a ".orig" extension. Patch is used as a way of supplying a new version of a program without having to redistribute the entire source code again. top 3.0 25 Jun 1992 136 Displays and updates information about the top CPU processes using a full- screen curses display. Although this command is actually supplied with HP- UX, this is a newer PD release with additional features. Sysadmin as of Wed 19 Aug 1992 Page 24 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | Text | | | | | |_____________________________________________________________________ This directory has a set of text processing systems and their associ- ated utility packages. Be warned that some of them are very large in size and require extensive disk space for compilation and installation (LaTeX in particular). Package VersionArchived Size (K)Description _______________________________________________________________________ LaTeXfonts 3.14 23 Jun 1992 2501 The "mf" (MetaFont), "gf" (obsoleted now) and "pk" (packed) font files for TeX 3.14, which should also be obtained at the same time as these fonts. The three font packages (utility fonts and cmfonts being the other two) are supplied separately because of their size. TeX3.14.tar.ZTeX3.14 3 Aug 1992 8367 cmfonts 3.14 23 Jun 1992 2196 Yet another set of mf, gf and pk font files to accompany TeX 3.14, which you should also obtain at the same time as these fonts. dvidevs 0.00 31 Jul 1992 186 DVIjet. A program to generate a file suitable for printing on H.P. Laserjets from DVI files (produced by TeX et al.). transfig 2.141 9 Jun 1992 216 Translates output from xfig into LaTeX, PostScript or pic (amongst others) formats. Transfig is actually the front-end for the 'fig2dev' program that is also part of this package. You are advised to obtain xfig (from the X11 directory) at the same time as getting transfig. utilityfonts 3.14 23 Jun 1992 388 A further set of mf, gf and pk fonts files that accompany LaTeX 3.14, which you should obtain at the same time as this set of fonts. See also LaTeXfonts and cmfonts. Text as of Wed 19 Aug 1992 Page 25 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | Users | | | | | |_____________________________________________________________________ This directory holds programs which are "highly visible" to the aver- age user - i.e. very frequently used utilities and packages. Some of these programs are considered essential at LUCS and you are strongly advised to obtain certain ones ("less" in particular) to improve the day-to-day use of your system. PackageVersionArchived Size (K)Description _______________________________________________________________________ calc 1.00 8 Jul 1992 10 A BASIC-style expression evaluator which is easier to use than the standard bc and dc commands. Supports environment variable reading and writing, an interactive mode as well as one-off command-line evaluations and a good range of arithmetic functions. elm 2.3 10 Jul 1992 627 An interactive mail system using the curses environment to provide an intuitive screen-oriented way of reading, sending, replying and forwarding electronic mail. Although elm is supplied with HP-UX, this is the latest public domain release, complete withminorimprovements by LUCS and added support for window resizing. less 177.0 26 Jun 1992 167 Dual direction pager program, similar to more but with extra features, including a combination of both more and vi commands, alculation of the line number range and a configurable prompt. pcal 4.3 24 Jun 1992 164 Sophisticated Postscript calendar gen- erator. Can print one month to a page, complete with miniature previous and next months, or a full year to a page. Very configurable indeed, including holidays, your own messages, and moon phases. sc 6.21 22 Jun 1992 215 Spreadsheet calculator using the curses interface. Allows complex formulae to be calculated and updated easily in a grid of cells. Supports macro commands, encryption and a large number of built-in functions. Users as of Wed 19 Aug 1992 Page 26 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) PackageVersionArchived Size (K)Description _______________________________________________________________________ tcsh 6.02 8 Jun 1992 646 C shell with filename completion and command line editing. Understands standard csh scripts and has further extensions such as command correction. Strongly recommended for all users who prefer the C Shell over the Korn Shell. The source has been modified to support arrow keys on HP terminals. zsh 2.2 26 Jun 1992 320 An interactive shell combining the best features of ksh and csh into one shell. Supports aliases, filename expansion, process substitution, command substitution, job control, history editing mechanism, arithmetic evaluation using let and a full set of scripting commands. Users as of Wed 19 Aug 1992 Page 27 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) ______________________________________________________________________ | | | | | X11 | | | | | |_____________________________________________________________________ This directory contains programs written to run under the X11R4 graph- ics system, as supplied with HP-UX 8.0. However, you will need obtain two packages first before you can compile these programs. These are imake (a system of translating machine-independent Imakefiles into Makefiles) and the Xaw include files. These two packages are currently available in this directory as imake-4.00.tar.Z and Xaw-4.00.tar.Z respectively. Package VersionArchived Size (K)Description _______________________________________________________________________ ImageMagick2.0 18 Aug 1992 971 A suite of utilities for manipulating and animating pictures. It can handle most formats, including GIF, and comes with several utilities, which are display (view, rotate, scale or print the picture), import (a screen grabber), XtoPS (a screen grabber that writes in PostScript), animate (picture sequencer), montage (picture tiler), mogrify (picture manipulator) and convert (picture format converter). A suite of utilities for manipulating and animating pictures. It can handle most formats, including GIF, and comes with several utilities, which are display (view, rotate, scale or print the picture), import (a screen grabber), XtoPS that writes in PostScript), animate (picture sequencer), montage (picture tiler), mogrify (picture manipulator) and convert (picture format converter). ImageMagick92.07 8 Jul 1992 970 A suite of utilities for manipulating and nimating pictures. It can handle most formats, including GIF, and comes with several utilities, which are display (view, rotate, scale or print the picture), import (a screen grabber), XtoPS (a screen grabber that writes in PostScript), animate (picture sequencer), montage (picture tiler), mogrify (picture manipulator) and convert (picture format converter). X11 as of Wed 19 Aug 1992 Page 28 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ Xaw 4.00 23 Jun 1992 71 This is the complete set of Xaw (Athena Widgets for X11) include files that are not included with HP- UX 8.0. They are from the MIT X11R4 distribution (mit/X11/Xaw). Xw 1.01 7 Aug 1992 738 The Xw widgets set as used in Doug Young's X Windows book. There were originally provided by HP as unsupported, user-contributed code and some of the X programs on this Archive require this Xw widgets set to be installed first. Documentation, including man pages, is available as a separate Xwdoc package. Xwdoc 1.01 7 Aug 1992 980 The documentation that accompanies the Xw widget set (see the Xw package), including man pages, Postscript documents and plain text documents. Not essential, unless your site intends to write programs using the Xw widget set. Andrew 5.1 30 Jul 1992 3050 Source distribution of the Andrew multimedia system. This is split into several parts due to the size of the Andrew package. Each part includes the README and FAQ files. Part-01 and part-02 contain the ATK source, part-03 contains AMS, part-04 the directory. The various tar files can be unpacked in situation the only files that will be overwritten are the various README and FAQ files. andrew 5.1 30 Jul 1992 3524 Source distribution of the Andrew multimedia system. This is split into several parts due to the size ofthe Andrew package. Each part includes README and FAQ files. Part-01 and part-02 contain the ATK source, part- 03 contains AMS, part-04 the directory. The various tar files can be unpacked in-situ the only files that will be overwritten are various README and FAQ files. X11 as of Wed 19 Aug 1992 Page 29 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ andrew 5.1 30 Jul 1992 1941 Source distribution of the Andrew multimedia system. This is split into several parts due to the size of the Andrew package. Each part includes README and FAQ files. Part-01 and part-02 contain the ATK source, part- 03 contains AMS, part-04 the directory. The various tar files can be unpacked in-situ--the only files that will be overwritten are the various README and FAQ files. andrew 5.1 30 Jul 1992 2628 Source distribution of the Andrew multimedia system. This is split into several parts due to the size of the Andrew package. Each part includes README and FAQ files. Part-01 and part-02 contain the ATK source, part-03 contains AMS, part-04 the directory. The various tar files can be unpacked in-situ--the only files that will be overwritten are the various README and FAQ files. andrew 5.1 30 Jul 1992 3168 Source istribution of the Andrew multimedia system. This is split into several parts due to the size ofthe Andrew package. Each part includes README and FAQ files. Part-01 and part-02 contain the ATK source, part- 03 contains AMS, part-04 the directory. The various tar files can be unpacked in-situ--the only files that will be overwritten are the various README and FAQ files. andrew-bin 5.1 24 Jul 1992 15972 Binary only distribution of the Andrew multimedia system. This allows sites without time or space needed for the full source build, to install Andrew. This will mimic the arrangement at Liverpool, where the system is held under /usr/local/andrew. Sites wishing to install Andrew elsewhere should retrieve the full source package. X11 as of Wed 19 Aug 1992 Page 30 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ bricons 1.0 10 Aug 1992 42 A quick start up X windows utility for applications using text, icons and pop-up mennus. It allows the user to set up a command panel of icons or menus to quickly run a set of programs by configuring the actions via a simple script language. contour 3.00 26 Jun 1992 143 Draws contour plots in an X-window and will also produce a PostScript plot which can bedumped to a PostScript printer. It reads data on a 3D surface from a contour-file and converts the data into a contour plot. hexcalc 1.11 14 Jul 1992 17 A multi-radix (binary, octal, decimal and hexadecimal) programmer's calculator for X, that offers the standard C integer operations. Keyboard alternatives to all mouse operations are also supported. This is part of the MIT X11R4 contributed clients directory and is not supplied with HP-UX 8.0. imake 4.00 14 Aug 1992 135 A preprocessor that converts machine- independent Imakefiles into Makefiles. It's a vital package required for com- piling and installing X11 programs and should be obtained at the same time as the Xaw include files. This imake has been modified for HP-UX 8.0 and comes complete with 'makedepend' and several installation shell scripts. jpeg v3.00 9 Jul 1992 501 This package provides compression and decompression of image files using the JPEG standard, which results in large storage savings at the expense of some loss of picture quality. There are 2 programs--cjpeg to compress, and djpeg to decompress. X11 as of Wed 19 Aug 1992 Page 31 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ pbmplus 10.dec 25 Jun 1992 705 PBMPLUS--a toolkit for image conver- sion. A series of tools for converting variety of image formats to and from a set of portable formats, and hence between each other. The four formats are PBM for bitmaps (1 bit per pixel), PGM for greyscale images, PPM for full colour images, and PNM for context- independent manipulations, and other formats. These formats are upwards- compatible, and tools can read files in lower-resolution formats. In addition there are some simple tools for manipulating the various formats. tgif 2.1210 11 Aug 1992 806 2-D drawing package supporting hierarchical construction of drawings. Objects includes rectangles, ovals, rounded rectangles, arcs, polylines, polygons, open-splines, closed- splines, text, X11 bitmaps, certain X11 pixmaps and Encapsulated PostScript. Output can either be sent directly to a PostScript printer or incorporated into a LaTeX document. tgif 2.1211 17 Aug 1992 787 2-D drawing package supporting hierarchical construction of drawings. Objects includes rectangles, ovals, rounded rectangles, arcs, polylines, polygons, open-splines, closed- splines, text, X11 bitmaps, certain X11 pixmaps and Encapsulated PostScript. Output can either be sent directly to PostScript printer or incorporated into a LaTeX document. unclutter 1.04 2 Jul 1992 11 Removes idle cursor image from the screen, which saves the user from having to move the cursor out of the way of some text in xterm or hpterm. Has several options, including config- urable time delay before cursor removal, optional removal on the root window and a settable "jitter" factor to ignore random noise. x11perf 1.3 9 Jul 1992 247 X11 server performance testprogram, which displays the number of graphics operations per second possible by the X server (i.e. to discover the speed of lines, dots, rectangles, text etc.). Produces some exceptionally impressive figures for the 720 X server ! X11 as of Wed 19 Aug 1992 Page 32 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ x3270 1.2 9 Jul 1992 89 Provides telnet-style access to an IBM mainframe inside an X window. Supports four sizes of 3278 terminal emulation, HP keyboard mapping, and colour or mono highlighting. A bonus front-end shell script has been added to this distribution for HP sites. xalarm 3.04 26 Jun 1992 116 An interactive alarm clock for X- windows, similar to leave and calendar, but much more powerful. It is very configurable and comes with scripts to interface to the fortune and you (latter is supplied with emacs) programs ifavailable. xalarm 3.05 12 Aug 1992 105 An interactive alarm clock for X- windows, similar to leave and calendar, but much more powerful. It is very configurable and comes with scripts to interface to the fortune and you (latter is supplied with emacs) programs if available. xarchie 1.3 25 Jun 1992 190 Xarchie--an X11 interface to the Archie databases. The archie databases list the files available using anonymous FTP from various sites around the world. Xarchie provides a smooth interface for querying this, and retrieving files of interest. xautolock 1.07 26 Jun 1992 25 Runs a specified program after a period of X-Windows inactivity. The most useful type of program to run is a screen saver program, such as xlock (preferably in-nolock mode), making it a good replacement for the screen saver built into the X server. xautolock 1.08 1 Jul 1992 56 Runs a specified program after a period of X-Windows inactivity. The most useful type of program to run is a screen saver program, such as xlock (preferably in-nolock mode), making it a good replacement for the screen saver built into the X server. X11 as of Wed 19 Aug 1992 Page 33 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xbaff 2.00 10 Jul 1992 32 xbaff (But Another Folder Flash (for X)) is normally run in the background and displays an aligned window with the sender and subject lines of the user's mailbox at periodic intervals and when new mail is received. It presents instant information about the new mail message without the user having to type anything. xbiff++ 1.00 6 Aug 1992 120 Mailbox flagger for X Windows which puts up a flag and beeps when new mail is received. The volume level of the bell, the interval between mail checks and the optional use of the X Shape extension can be specified. xcalc 1.00 8 Jul 1992 38 Scientific calculator for X, which can emulate either a TI-30 or HP-10C pocket calculator. In the TI mode, algebraic notation is used (with operator precedence), whereas the HP mode uses Reverse Polish Notation. xcb 1.1 6 Aug 1992 17 Shows and allows use of the 8 X server cut and paste buffers. This allows you to transfer chunks of text to and from multiple applications with ease, in a similar manner to the Macintosh's Clipboard or Scrapbook. The program can also manipulate the X cut and paste buffers via standard input or output. xdbr 1.0 7 Aug 1992 143 An directory browing program (originally called xdb, but renamed to avoid clashing with HP's debugger) that allows you navigate directories and perform actions such as tar, grep etc. on a set of files. It was loosely based on the NeXt directory browser. Please note that you require the Xw widget set to be installed prior to compiling this. xdiary 1.0 10 Jul 1992 94 Interactive diary and calendar for X. Allows events to be entered and saved, with the option of displaying a full year calendar or just the current month. It also has multi-language support (English, Spanish, French and German) and a host of configurable options. X11 as of Wed 19 Aug 1992 Page 34 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xdump 1.0 7 Aug 1992 726 Another X Windows screen grabber and printer with a small menu of buttons to perform actions such as view, print, grab etc. Requires the Xw widget set to be installed prior to compilation and also optionally needs the portable bit-map file format (PBM) tools to make use of xdump's ability to load other formats. xdump 1.1 10 Aug 1992 730 Another X Windows screen grabber and printer with a small menu of buttons to perform actions such as view, print, grab etc. Requires the Xw widget set to be installed prior to compilation and also optionally needs the portable bit-map file format (PBM) tools to make use of xdump's ability to load other formats. xdvi 1.14 8 Jun 1992 203 Previews DVI files, such as those pro- duced by TeX. Provides magnification at different factors, a magnifying glass and keyboardshortcuts. This version also supports a file dialogue box for loading in other DVI files. xdvi 1.15 25 Jun 1992 123 Previews DVI files, such as those pro- duced by TeX. Provides magnification at different factors, a magnifying glass and keyboard shortcuts. This version is also intended to support anti-aliased grey-scaling. xfaces 1.0 10 Jul 1992 51 Display a list of images, representing mail waiting to be read. These images should identify the sender of each piece of mail, such as a small picture of the relevant perso. A few examples for system users are included. xfbrows 2.1 9 Jul 1992 44 X11 font browser with a simple Mac- style user interface. Displays the t entire se of font names (in full) in a scrollable list from which you can select a font and view it in a second scrollable list. X11 as of Wed 19 Aug 1992 Page 35 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xfig 2.13 16 Jul 1992 485 Facility for Interactive Generation of figures in X11 (hence the xfig name). A menu-driven drawing package which permits the manipulation of objects such as arcs, circles, closed splines, ellipses, polylines, polygons, encap- sulated PostScript, boxes, rounded boxes and text. When used in conjunction with the TransFig package (see the Text directory), output can be obtained in LaTeX, PostScript, pic and several other formats. xftp 1.1 11 Aug 1992 243 An X Windows version of FTP (file transfer program). This allows users to navigate local and remote directories by double clicking and then click on a name and then a button to transfer a file. Also allows "manual" FTP commands to be typed as well. Requires the Xw Widgets set to be installed prior to compilation. xgopher 1.1a 31 Jul 1992 120 An X Windows client interface to the gopher information server, currently based in the US. Thisprovides a wide range and huge amount of information about US universities in particular (and also UK libraries), such as a phone directory listing staff details and so on. The gopher server transparently gets its information from other gopher servers, providing a very large network of information. xgrabsc 2.1 10 Jul 1992 77 Grab rectangular screen images from an X11 display, and save them in a file. This includes two programs: xgrabsc, which handles the screen capture, and xgrab, an interactive front end which greatly simplifies the task of grabbing and manipulating screen dumps. xgrabsc 2.2 17 Aug 1992 82 Grab rectangular screen images from an X11 display, and save them in a file. This includes two programs:xgrabsc, which handles the screen capture, and xgrab, an interactive front end which greatly simplifies the task of grabbing and manipulating screen dumps. X11 as of Wed 19 Aug 1992 Page 36 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xless 1.0 10 Jul 1992 35 File browsing program for X. Takes its name from the fact that it can read standard input as well as a file and can also call up an editor. However, you are recommended to also get 'xp' and compare the two, because the latter may have more desirable features. xless 1.1 29 Jul 1992 33 File browsing program for X. Takes its name from the fact that it can read standard input as well as a file and can also call up an editor. However, you are recommended to also get 'xp' and compare the two, because the latter may have more desirable features. This latest version supports more X resources, including key reconfigu- ration and colors of buttons. xlswins 1.12 14 Jul 1992 7 Lists the titles (and optional geometries) of the windows in the current X session. It works on a window tree, defaulting to the root window at the top, but any window can be the starting point. This is supplied as part of the MIT X11R4 clients and does not come with HP-UX 8.0. xmag 1.29 14 Jul 1992 16 A simple one-shot magnifier of a portion of a screen into a magnifier window. The size of the area can be specified, as well as the magnifi- cation factor and the ability to 'grab' the X server during the magnif- ication to avoid the image changing during the process. This is supplied as part of the MIT X11R4 clients distribution and is not normally available with HP-UX 8.0. xmailtool 1.41 10 Jul 1992 108 X front-end for the mailx program. Allows all the usual mailx activities, plus a built-in editor for sending messages and a scrollable window to read your mail messages. If you prefer mailx over elm, then you will certainly want to try out xmailtool. X11 as of Wed 19 Aug 1992 Page 37 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xmon 1.0 10 Jul 1992 114 An interactive X protocol monitor. Comes with two programs, xmonui and xmond, which monitor and display X requests, events, errors and replies sent between X clients and the X server. A large dialogue box allows flexible configuration of the level and type of information presented. xmx 1.0 9 Jul 1992 92 An X protocol multiplexor, allowing X programs to be run across several displays. There are some limitations (all displays have to be non-mono and have the same number of screen colours available), but it does allow you to control the pointer on other displays too. xnetload 1.03 9 Jun 1992 30 Displays the load averages of a number of machines on a local network in a graphical display. The layout of the display is very flexible and each graph is auto-scaling according to each machine's load average. xp 1.1 8 Jul 1992 68 Display a file in an X window. xp has several special features, including the ability to read standard input, a split window facility, searching, optional word wrap and a less/more/vi- style command line. xpic 1.11 26 Jun 1992 318 A X-windows drawing package allowing the creation of diagrams incorporating lines, splines, circles, ellipses and text. It is also supplied with file conversion utilities to translate from xpic to PostScript, TeX (requires the tpic program) and pic formats. xpick 1.0 8 Jul 1992 35 Allows a user to pick an argument to a command via an X window. For example, rm `xpick *` would display a window of filenames in the current directory and allow the user to select any or all of them and then click on OK to delete the files. X11 as of Wed 19 Aug 1992 Page 38 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xpm 3.0 8 Jul 1992 99 XPM (X PixMap) is a format for storing and retrieving X pixmaps to and from files. This package provides a library of functions to do this, together with a tool to view such files, or to convert between XPM2 and XPM3 formats. xprop 1.00 14 Jul 1992 27 Displays the window or font properties of an X session. When a window is clicked on, information such as the minimum size allowable, the command string issued to execute the program which generated the window and other pertinent information is displayed. For fonts, the width, height, resolu- tion, point size and ID are revealed. Supplied as part of the MIT X11R4 clients distribution, but normally unavailable with HP-UX 8.0. xrn 6.17 17 Jul 1992 349 An X-based Usenet news reader which uses an NNTP remote news server connection. Contains a built-in editor for posting news items and has a very configurable user interface via X resources. Can be built with either a Motif or an Athena Widgets look-and- feel. xspread 1.1 11 Aug 1992 420 A public domain X windows spreadsheet, which is actually an X-ified version f of the sc curses spreadsheet program. As well as bringing up its own window, it also allows cursor movement using the mouse and the menus to be selected with the mouse too. xtroff 4.10 9 Jun 1992 414 Device-independent troff previewer, which has an internal menu of commands including the ability to send part or all of the document directly to a printer. It also supports reexecution of piped commands if the troff source if edited, removing the need for a temporary troff output file. xtrs 1.00 18 Jun 1992 114 TRS-80 Model I Emulator in an X- Window. It runs on top of a full Z-80 emulator and therefore TRS-80 machine code programs can be run. Note that it requires the file level2rom.hex which cannot be included for copyright reasons. X11 as of Wed 19 Aug 1992 Page 39 of Catalogue.all Software Porting And Archive Centre Catalogue (Entire Archive Contents) Package VersionArchived Size (K)Description _______________________________________________________________________ xzap 1.0 8 Jul 1992 45 X Process Zapper. Displays a list of processes running on the machine (using output from the "ps" command) and allows the user to click on and kill them, assuming they have permission to do so. X11 as of Wed 19 Aug 1992 Page 40 of Catalogue.all